home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / boyan5a.arc / VARS.BSC < prev    next >
Text File  |  1991-05-28  |  2KB  |  64 lines

  1. \\ This BOYAN script displays the contents of the 36 user macro variables.
  2.  
  3. \KS            \\ Keep screen (automatically restored when user presses <Esc>)
  4. \NC[%DM]       \\ Set the Normal Color = the current Display Message color
  5. \KO[255]       \\ Set the keyboard timeout = 255 seconds
  6.  
  7. |PAGE1
  8. \ZS            \\ Zap (clear) screen to the new Normal Color
  9. \DM25,1[BOYAN USER VARIABLES, PAGE 1]
  10. \DM1,2[Var│   Contents]
  11. \DM1,3[───┼────────────────────────────────────────────────────────────────────────────]
  12. \DM1,4["%V0│ %V0]
  13. \DM1,5["%V1│ %V1]
  14. \DM1,6["%V2│ %V2]
  15. \DM1,7["%V3│ %V3]
  16. \DM1,8["%V4│ %V4]
  17. \DM1,9["%V5│ %V5]
  18. \DM1,10["%V6│ %V6]
  19. \DM1,11["%V7│ %V7]
  20. \DM1,12["%V8│ %V8]
  21. \DM1,13["%V9│ %V9]
  22. \DM1,14["%VA│ %VA]
  23. \DM1,15["%VB│ %VB]
  24. \DM1,16["%VC│ %VC]
  25. \DM1,17["%VD│ %VD]
  26. \DM1,18["%VE│ %VE]
  27. \DM1,19["%VF│ %VF]
  28. \DM1,20["%VG│ %VG]
  29. \DM1,21["%VH│ %VH]
  30. \DM1,23[Press <Esc> to exit, or any other key to view Page 2. ]
  31. \KV0_[Select: ]
  32. \GB[PAGE2]
  33.  
  34. |PAGE2
  35. \ZS
  36. \DM25,1[BOYAN USER VARIABLES, PAGE 2]
  37. \DM1,2[Var│   Contents]
  38. \DM1,3[───┼────────────────────────────────────────────────────────────────────────────]
  39. \DM1,4["%VI│ %VI]
  40. \DM1,5["%VJ│ %VJ]
  41. \DM1,6["%VK│ %VK]
  42. \DM1,7["%VL│ %VL]
  43. \DM1,8["%VM│ %VM]
  44. \DM1,9["%VN│ %VN]
  45. \DM1,10["%VO│ %VO]
  46. \DM1,11["%VP│ %VP]
  47. \DM1,12["%VQ│ %VQ]
  48. \DM1,13["%VR│ %VR]
  49. \DM1,14["%VS│ %VS]
  50. \DM1,15["%VT│ %VT]
  51. \DM1,16["%VU│ %VU]
  52. \DM1,17["%VV│ %VV]
  53. \DM1,18["%VW│ %VW]
  54. \DM1,19["%VX│ %VX]
  55. \DM1,20["%VY│ %VY]
  56. \DM1,21["%VZ│ %VZ]
  57. \DM1,23[Press <Esc> to exit, or any other key to view Page 1. ]
  58. \KV0_[Select: ]
  59. \GB[PAGE1]
  60.  
  61. |*WRAPUP
  62. \RS            \\ restore previous screen contents
  63. \RC            \\ restore the normal text color
  64.